home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Co-Cz
/
Console.cpt
/
TTY Console
/
card_2229.txt
< prev
next >
Wrap
Text File
|
1989-10-31
|
10KB
|
474 lines
-- card: 2229 from stack: in
-- bmap block id: 2540
-- flags: 0000
-- background id: 2754
-- name: Settings
----- HyperTalk script -----
on doBuadRotate whichOne
set the hilite of cd button "300 Baud" to false
set the hilite of cd button "1200 Baud" to false
set the hilite of cd button "2400 Baud" to false
set the hilite of cd button "4800 Baud" to false
set the hilite of cd button "9600 Baud" to false
set the hilite of cd button "19200 Baud" to false
set the hilite of cd button whichOne to true
doConfig
end doBuadRotate
-- part 1 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=182 top=20 right=48 bottom=300
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name: Settings
-- part 2 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=33 top=112 right=134 bottom=133
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 300 Baud
----- HyperTalk script -----
on mouseUp
doBuadRotate (the short name of the target)
end mouseUp
-- part 3 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=33 top=70 right=96 bottom=126
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name: Speed
-- part 4 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=33 top=136 right=158 bottom=133
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 1200 Baud
----- HyperTalk script -----
on mouseUp
doBuadRotate (the short name of the target)
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=33 top=160 right=182 bottom=133
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 2400 Baud
----- HyperTalk script -----
on mouseUp
doBuadRotate (the short name of the target)
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=33 top=184 right=206 bottom=133
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 4800 Baud
----- HyperTalk script -----
on mouseUp
doBuadRotate (the short name of the target)
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: C006
-- rect: left=33 top=208 right=230 bottom=133
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 9600 Baud
----- HyperTalk script -----
on mouseUp
doBuadRotate (the short name of the target)
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=33 top=233 right=255 bottom=133
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 19200 Baud
----- HyperTalk script -----
on mouseUp
doBuadRotate (the short name of the target)
end mouseUp
-- part 9 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=187 top=174 right=200 bottom=298
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name: Data Bits
-- part 10 (button)
-- low flags: 00
-- high flags: C006
-- rect: left=188 top=112 right=133 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Modem Port
----- HyperTalk script -----
on mouseUp
set the hilite of cd button "Printer Port" to false
set the hilite of cd button "Modem Port" to true
doConfig
end mouseUp
-- part 14 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=187 top=70 right=96 bottom=298
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name: Port
-- part 15 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=188 top=219 right=241 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 8 Data Bits
----- HyperTalk script -----
on mouseUp
set the hilite of cd button "7 Data Bits" to false
set the hilite of cd button "8 Data Bits" to true
doConfig
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: C006
-- rect: left=188 top=244 right=266 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 7 Data Bits
----- HyperTalk script -----
on mouseUp
set the hilite of cd button "8 Data Bits" to false
set the hilite of cd button "7 Data Bits" to true
doConfig
end mouseUp
-- part 17 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=344 top=70 right=96 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name: Parity
-- part 18 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=369 top=103 right=124 bottom=432
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: None
----- HyperTalk script -----
on mouseUp
set the hilite of cd button "Odd" to false
set the hilite of cd button "Even" to false
set the hilite of cd button "None" to true
doConfig
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=188 top=136 right=158 bottom=297
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Printer Port
----- HyperTalk script -----
on mouseUp
set the hilite of cd button "Modem Port" to false
set the hilite of cd button "Printer Port" to true
doConfig
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=369 top=127 right=149 bottom=432
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Odd
----- HyperTalk script -----
on mouseUp
set the hilite of cd button "None" to false
set the hilite of cd button "Even" to false
set the hilite of cd button "Odd" to true
doConfig
end mouseUp
-- part 23 (button)
-- low flags: 00
-- high flags: C006
-- rect: left=369 top=151 right=172 bottom=432
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Even
----- HyperTalk script -----
on mouseUp
set the hilite of cd button "Odd" to false
set the hilite of cd button "None" to false
set the hilite of cd button "Even" to true
doConfig
end mouseUp
-- part 24 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=344 top=180 right=206 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name: Stop Bits
-- part 25 (button)
-- low flags: 00
-- high flags: C006
-- rect: left=348 top=211 right=233 bottom=448
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 1 Stop Bit
----- HyperTalk script -----
on mouseUp
set the hilite of cd button "1.5 Stop Bits" to false
set the hilite of cd button "2 Stop Bits" to false
set the hilite of cd button "1 Stop Bit" to true
doConfig
end mouseUp
-- part 26 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=348 top=236 right=258 bottom=459
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 1.5 Stop Bits
----- HyperTalk script -----
on mouseUp
set the hilite of cd button "1 Stop Bit" to false
set the hilite of cd button "2 Stop Bits" to false
set the hilite of cd button "1.5 Stop Bits" to true
doConfig
end mouseUp
-- part 27 (button)
-- low flags: 00
-- high flags: 8006
-- rect: left=348 top=261 right=283 bottom=448
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: 2 Stop Bits
----- HyperTalk script -----
on mouseUp
set the hilite of cd button "1 Stop Bit" to false
set the hilite of cd button "1.5 Stop Bits" to false
set the hilite of cd button "2 Stop Bits" to true
doConfig
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: 8002
-- rect: left=199 top=280 right=335 bottom=290
-- title width / last selected line: 0
-- icon id / first selected line: 2162 / 2162
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return to Console
----- HyperTalk script -----
on mouseUp
go to cd "Console"
show the message box
end mouseUp
-- part contents for card part 1
----- text -----
Settings
-- part contents for card part 3
----- text -----
Speed
-- part contents for card part 9
----- text -----
Data Bits
-- part contents for card part 14
----- text -----
Port
-- part contents for card part 17
----- text -----
Parity
-- part contents for card part 24
----- text -----
Stop Bits